Allow selectively cleaning packages
authorAlex Crichton <alex@alexcrichton.com>
Tue, 23 Sep 2014 16:03:34 +0000 (09:03 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 29 Sep 2014 23:54:24 +0000 (16:54 -0700)
commit325c5f2defe58701986ed41ec1c6eb4b04594888
tree08865b7e40b8b9162e274208318d77305fab8373
parentaa42fe5d434d9854ef775137984e42df965cea51
Allow selectively cleaning packages

This adds a new argument to `cargo clean` which will enable selectively cleaning
particular packages. The command only cleans the package specified, no other
(not the dependencies of the package).

cc #537
src/bin/clean.rs
src/cargo/ops/cargo_clean.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/ops/cargo_rustc/layout.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/mod.rs
tests/test_cargo_compile_git_deps.rs